BannerAdEventListener

A listener for receiving notifications during the lifecycle of an ad.

Functions

Link copied to clipboard
abstract fun onAdClicked()

Called when user clicked on the ad.

Link copied to clipboard
abstract fun onAdFailedToLoad(error: AdRequestError)

Called when an banner ad request failed

Link copied to clipboard
abstract fun onAdLoaded()

Called when an ad is received.

Link copied to clipboard
abstract fun onImpression(impressionData: ImpressionData?)

Called when an impression was observed

Link copied to clipboard
abstract fun onLeftApplication()

Called when user is about to leave application (e.g., to go to the browser), as a result of clicking on the ad.

Link copied to clipboard

Called when user returned to application after click.